Interface BambooAgentMessageBatch.BatchFactory
- Enclosing interface:
- BambooAgentMessageBatch<T>
public static interface BambooAgentMessageBatch.BatchFactory
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canBatch
(@NotNull BambooAgentMessage bambooAgentMessage) Class<? extends BambooAgentMessageBatch>
newBatch()
-
Method Details
-
canBatch
-
getBatchClass
Class<? extends BambooAgentMessageBatch> getBatchClass() -
newBatch
BambooAgentMessageBatch newBatch()
-