インターフェース RetryTopicNamesProviderFactory.RetryTopicNamesProvider
- 含まれているインターフェース:
RetryTopicNamesProviderFactory
public static interface RetryTopicNamesProviderFactory.RetryTopicNamesProvider
- 作成者:
- Andrea Polci
メソッドのサマリー
修飾子と型メソッド説明@Nullable StringSEgetClientIdPrefix(KafkaListenerEndpoint endpoint) エンドポイントの clientId プレフィックスをオーバーライドする clientId プレフィックスを返します。@Nullable StringSEgetEndpointId(KafkaListenerEndpoint endpoint) エンドポイントの現在の ID を上書きするエンドポイント ID を返します。@Nullable StringSEgetGroup(KafkaListenerEndpoint endpoint) エンドポイントのグループをオーバーライドするグループを返します。@Nullable StringSEgetGroupId(KafkaListenerEndpoint endpoint) エンドポイントの groupId をオーバーライドする groupId を返します。@Nullable StringSEgetTopicName(StringSE topic) ベーストピック名を上書きする熱帯の名前を返します。
メソッドの詳細
getEndpointId
エンドポイントの現在の ID を上書きするエンドポイント ID を返します。- パラメーター:
endpoint- オーバーライドするエンドポイント- 戻り値:
- エンドポイント ID
getGroupId
エンドポイントの groupId をオーバーライドする groupId を返します。- パラメーター:
endpoint- オーバーライドするエンドポイント- 戻り値:
- groupId
getClientIdPrefix
エンドポイントの clientId プレフィックスをオーバーライドする clientId プレフィックスを返します。- パラメーター:
endpoint- オーバーライドするエンドポイント- 戻り値:
- clientId プレフィックス
getGroup
エンドポイントのグループをオーバーライドするグループを返します。- パラメーター:
endpoint- オーバーライドするエンドポイント- 戻り値:
- clientId プレフィックス
getTopicName