インターフェースの使用
org.springframework.integration.store.MessageGroupStore.MessageGroupCallback
MessageGroupStore.MessageGroupCallback を使用するパッケージ
org.springframework.integration.store 内の MessageGroupStore.MessageGroupCallback 使用
修飾子と型インターフェース説明interfaceMessageGroupStoreに一度だけ登録する必要があるコンポーネントのMessageGroupStore.MessageGroupCallbackのマーカーインターフェース拡張。型 MessageGroupStore.MessageGroupCallback のパラメーターを持つ org.springframework.integration.store のメソッド修飾子と型メソッド説明voidAbstractMessageGroupStore.registerMessageGroupExpiryCallback(MessageGroupStore.MessageGroupCallback callback) voidMessageGroupStore.registerMessageGroupExpiryCallback(MessageGroupStore.MessageGroupCallback callback) メッセージグループがMessageGroupStore.expireMessageGroups(long)を介して期限切れになったときのコールバックを登録します。型 MessageGroupStore.MessageGroupCallback の型引数を持つ org.springframework.integration.store のメソッドパラメーター修飾子と型メソッド説明voidAbstractMessageGroupStore.setExpiryCallbacks(CollectionSE<MessageGroupStore.MessageGroupCallback> expiryCallbacks) メッセージストアでの有効期限コールバックの便利なインジェクションポイント。