Interface BambooAgentMessageBatch.BatchFactory
-
- Enclosing interface:
- BambooAgentMessageBatch<T>
public static interface BambooAgentMessageBatch.BatchFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canBatch(@NotNull BambooAgentMessage bambooAgentMessage)
Class<? extends BambooAgentMessageBatch>
getBatchClass()
BambooAgentMessageBatch
newBatch()
-
-
-
Method Detail
-
canBatch
boolean canBatch(@NotNull @NotNull BambooAgentMessage bambooAgentMessage)
-
getBatchClass
Class<? extends BambooAgentMessageBatch> getBatchClass()
-
newBatch
BambooAgentMessageBatch newBatch()
-
-