public interface InvocationGridStartup
InvocationWorker.waitForEvents()
is called and can be used to register
for ServiceEvents
.Modifier and Type | Method and Description |
---|---|
void |
configure(GridConnection connection,
org.apache.logging.log4j.Logger logger,
byte[] startupParam,
java.lang.String igName)
Configure the invocation worker.
|
void configure(GridConnection connection, org.apache.logging.log4j.Logger logger, byte[] startupParam, java.lang.String igName)
InvocationGridManager
.connection
- the grid connection the InvocationWorker uses.logger
- the logger.startupParam
- the startup paramigName
- the invocation grid name.