@FunctionalInterfaceSE public interface MessageSource<T> extends IntegrationPattern
Messages の任意のソースのベースインターフェース。| 修飾子と型 | メソッドと説明 |
|---|---|
default IntegrationPatternType | getIntegrationPatternType() このコンポーネントが実装するパターン型を返します。 |
Message<T> | receive() このソースから次に使用可能なメッセージを取得します。 |
@Nullable Message<T> receive()
null を返します。default IntegrationPatternType getIntegrationPatternType()
IntegrationPatternIntegrationPattern の getIntegrationPatternType IntegrationPatternType