public interface ConsumerHandler
Modifier and Type | Method and Description |
---|---|
void |
process(ItemToProcess item,
State currentState) |
void |
process(RemoteCommand command,
State state) |
void |
processWithSnapshot(ItemToProcess item,
State currentState) |
void |
stop() |
void process(ItemToProcess item, State currentState)
void process(RemoteCommand command, State state)
void processWithSnapshot(ItemToProcess item, State currentState)
void stop()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.