Interface MessageProcessorCleanupService
-
- All Superinterfaces:
Callable<Void>
,Serializable
public interface MessageProcessorCleanupService extends Callable<Void>, Serializable
This defines the contract which is used to clean up the resources associated with the message processor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setName(String name)
Sets the name of the message processor
-
-
-
Method Detail
-
setName
void setName(String name)
Sets the name of the message processor- Parameters:
name
- Message Processor name.
-
-