public class MessagePartitionStrategy<T>
extends org.springframework.data.hadoop.store.partition.AbstractPartitionStrategy<T,org.springframework.messaging.Message<?>>
PartitionStrategy
。コンストラクターと説明 |
---|
MessagePartitionStrategy(org.springframework.expression.Expression expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext) EvaluationContext を使用して新しいメッセージパーティション戦略をインスタンス化します。 |
MessagePartitionStrategy(java.lang.String expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext) EvaluationContext を使用して新しいメッセージパーティション戦略をインスタンス化します。 |
MessagePartitionStrategy(java.lang.String expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext, org.springframework.expression.ExpressionParser expressionParser) EvaluationContext を使用して新しいメッセージパーティション戦略をインスタンス化します。 |
public MessagePartitionStrategy(org.springframework.expression.Expression expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext)
EvaluationContext
を使用して新しいメッセージパーティション戦略をインスタンス化します。expression
- 表現 evaluationContext
- 評価コンテキスト public MessagePartitionStrategy(java.lang.String expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext)
EvaluationContext
を使用して新しいメッセージパーティション戦略をインスタンス化します。expression
- 表現 evaluationContext
- 評価コンテキスト public MessagePartitionStrategy(java.lang.String expression, org.springframework.expression.spel.support.StandardEvaluationContext evaluationContext, org.springframework.expression.ExpressionParser expressionParser)
EvaluationContext
を使用して新しいメッセージパーティション戦略をインスタンス化します。expression
- 表現 evaluationContext
- 評価コンテキスト expressionParser
- 式パーサー