クラスの使用
org.springframework.amqp.core.MessageProperties
MessageProperties を使用するパッケージ
パッケージ
説明
Spring の AMQP 抽象化のためのコアクラスを提供します。
メッセージバッチ処理用のクラスを提供します。
Spring Rabbit のコアクラスを提供します。
Log4j2 アペンダーをサポートするクラスを提供します。
Logback アペンダーをサポートするクラスを提供します。
Spring Rabbit のサポートクラスを提供します。
Spring AMQP サポートクラスのパッケージ。
メッセージ変換をサポートするためのクラスを提供します。
サポートクラスを提供します。
メッセージ変換用のクラスを提供します。
org.springframework.amqp.core 内の MessageProperties 使用
org.springframework.amqp.core 内の型引数 MessageProperties を持つサブクラス修飾子と型クラス説明final class
流れるような API を使用して Spring AMQP MessageProperties オブジェクトを構築します。修飾子と型メソッド説明MessagePropertiesBuilder.build()
protected MessageProperties
MessageBuilderSupport.buildProperties()
Message.getMessageProperties()
型 MessageProperties のパラメーターを持つ org.springframework.amqp.core のメソッド修飾子と型メソッド説明MessageBuilder.andProperties
(MessageProperties properties) このビルダーのプロパティビルダーがプロパティへの参照を使用するようにします。MessageBuilderSupport.copyProperties
(MessageProperties properties) MessagePropertiesBuilder.copyProperties
(MessageProperties properties) static MessagePropertiesBuilder
MessagePropertiesBuilder.fromClonedProperties
(MessageProperties properties) 初期値のプロパティの浅いコピーを実行します。static MessagePropertiesBuilder
MessagePropertiesBuilder.fromProperties
(MessageProperties properties) 指定されたプロパティでビルダーを初期化します。同じオブジェクトがMessagePropertiesBuilder.build()
によって返されます。protected void
MessageBuilderSupport.setProperties
(MessageProperties properties) 型 MessageProperties のパラメーターを持つ org.springframework.amqp.core のコンストラクター修飾子コンストラクター説明Message
(byte[] body, MessageProperties messageProperties) 提供された本体とプロパティを使用してインスタンスを構築します。protected
MessageBuilderSupport
(MessageProperties properties) org.springframework.amqp.rabbit.batch 内の MessageProperties 使用
型 MessageProperties のパラメーターを持つ org.springframework.amqp.rabbit.batch のメソッド修飾子と型メソッド説明default boolean
BatchingStrategy.canDebatch
(MessageProperties properties) この戦略がメッセージ本文からメッセージのバッチをデコードできる場合は true を返します。boolean
SimpleBatchingStrategy.canDebatch
(MessageProperties properties) org.springframework.amqp.rabbit.core 内の MessageProperties 使用
型 MessageProperties のパラメーターを持つ org.springframework.amqp.rabbit.core のコンストラクター修飾子コンストラクター説明BrokerEvent
(ObjectSE source, MessageProperties properties) 提供されたソースとプロパティを使用してインスタンスを作成します。org.springframework.amqp.rabbit.log4j2 内の MessageProperties 使用
型 MessageProperties のパラメーターを持つ org.springframework.amqp.rabbit.log4j2 のメソッド修飾子と型メソッド説明protected void
AmqpAppender.doSend
(AmqpAppender.Event event, org.apache.logging.log4j.core.LogEvent logEvent, MessageProperties amqpProps) org.springframework.amqp.rabbit.logback 内の MessageProperties 使用
修飾子と型メソッド説明protected MessageProperties
AmqpAppender.prepareMessageProperties
(AmqpAppender.Event event) org.springframework.amqp.rabbit.support 内の MessageProperties 使用
修飾子と型メソッド説明DefaultMessagePropertiesConverter.toMessageProperties
(com.rabbitmq.client.AMQP.BasicProperties source, com.rabbitmq.client.Envelope envelope, StringSE charset) MessagePropertiesConverter.toMessageProperties
(com.rabbitmq.client.AMQP.BasicProperties source, com.rabbitmq.client.Envelope envelope, StringSE charset) 型 MessageProperties のパラメーターを持つ org.springframework.amqp.rabbit.support のメソッド修飾子と型メソッド説明com.rabbitmq.client.AMQP.BasicProperties
DefaultMessagePropertiesConverter.fromMessageProperties
(MessageProperties source, StringSE charset) com.rabbitmq.client.AMQP.BasicProperties
MessagePropertiesConverter.fromMessageProperties
(MessageProperties source, StringSE charset) org.springframework.amqp.support 内の MessageProperties 使用
org.springframework.amqp.support 内の型引数 MessageProperties を持つサブクラスorg.springframework.amqp.support 内の型引数が MessageProperties であるサブインターフェース型 MessageProperties のパラメーターを持つ org.springframework.amqp.support のメソッド修飾子と型メソッド説明void
SimpleAmqpHeaderMapper.fromHeaders
(MessageHeaders headers, MessageProperties amqpMessageProperties) SimpleAmqpHeaderMapper.toHeaders
(MessageProperties amqpMessageProperties) org.springframework.amqp.support.converter 内の MessageProperties 使用
型 MessageProperties のパラメーターを持つ org.springframework.amqp.support.converter のメソッド修飾子と型メソッド説明protected void
AbstractJavaTypeMapper.addHeader
(MessageProperties properties, StringSE headerName, ClassSE<?> clazz) protected Message
AbstractJackson2MessageConverter.createMessage
(ObjectSE objectToConvert, MessageProperties messageProperties) protected Message
AbstractJackson2MessageConverter.createMessage
(ObjectSE objectToConvert, MessageProperties messageProperties, TypeSE genericType) protected abstract Message
AbstractMessageConverter.createMessage
(ObjectSE object, MessageProperties messageProperties) 指定されたペイロードオブジェクトとメッセージプロパティからメッセージを作成します。protected Message
AbstractMessageConverter.createMessage
(ObjectSE object, MessageProperties messageProperties, TypeSE genericType) 指定されたペイロードオブジェクトとメッセージプロパティからメッセージを作成します。protected Message
MarshallingMessageConverter.createMessage
(ObjectSE object, MessageProperties messageProperties) 指定されたオブジェクトをMessage
にマーシャリングします。protected Message
SerializerMessageConverter.createMessage
(ObjectSE object, MessageProperties messageProperties) 指定されたオブジェクトから AMQP メッセージを作成します。protected Message
SimpleMessageConverter.createMessage
(ObjectSE object, MessageProperties messageProperties) 指定されたオブジェクトから AMQP メッセージを作成します。void
ClassMapper.fromClass
(ClassSE<?> clazz, MessageProperties properties) void
DefaultClassMapper.fromClass
(ClassSE<?> clazz, MessageProperties properties) void
DefaultJackson2JavaTypeMapper.fromClass
(ClassSE<?> clazz, MessageProperties properties) protected com.fasterxml.jackson.databind.JavaType
AbstractJavaTypeMapper.fromInferredTypeHeader
(MessageProperties properties) void
DefaultJackson2JavaTypeMapper.fromJavaType
(com.fasterxml.jackson.databind.JavaType javaType, MessageProperties properties) void
Jackson2JavaTypeMapper.fromJavaType
(com.fasterxml.jackson.databind.JavaType javaType, MessageProperties properties) 型に応じてメッセージのプロパティを設定します。com.fasterxml.jackson.databind.JavaType
DefaultJackson2JavaTypeMapper.getInferredType
(MessageProperties properties) com.fasterxml.jackson.databind.JavaType
Jackson2JavaTypeMapper.getInferredType
(MessageProperties properties) 型の優先順位が推測され、ヘッダーが存在する場合は、推測された型を返します。protected boolean
AbstractJavaTypeMapper.hasInferredTypeHeader
(MessageProperties properties) protected StringSE
AbstractJavaTypeMapper.retrieveHeader
(MessageProperties properties, StringSE headerName) protected StringSE
AbstractJavaTypeMapper.retrieveHeaderAsString
(MessageProperties properties, StringSE headerName) ClassSE
<?> ClassMapper.toClass
(MessageProperties properties) ClassSE
<?> DefaultClassMapper.toClass
(MessageProperties properties) ClassSE
<?> DefaultJackson2JavaTypeMapper.toClass
(MessageProperties properties) com.fasterxml.jackson.databind.JavaType
DefaultJackson2JavaTypeMapper.toJavaType
(MessageProperties properties) com.fasterxml.jackson.databind.JavaType
Jackson2JavaTypeMapper.toJavaType
(MessageProperties properties) メッセージのプロパティから型を判別します。final Message
AbstractMessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties) final Message
AbstractMessageConverter.toMessage
(ObjectSE object, MessageProperties messagePropertiesArg, TypeSE genericType) ContentTypeDelegatingMessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties) MessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties) Java オブジェクトをメッセージに変換します。default Message
MessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties, TypeSE genericType) Java オブジェクトをメッセージに変換します。MessagingMessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties) RemoteInvocationAwareMessageConverterAdapter.toMessage
(ObjectSE object, MessageProperties messageProperties) org.springframework.rabbit.stream.support 内の MessageProperties 使用
org.springframework.rabbit.stream.support.converter 内の MessageProperties 使用
型 MessageProperties のパラメーターを持つ org.springframework.rabbit.stream.support.converter のメソッド修飾子と型メソッド説明default Message
StreamMessageConverter.toMessage
(ObjectSE object, MessageProperties messageProperties)