Package com.tick42.glue.internal
Interface InternalContext
-
public interface InternalContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplication()com.tick42.gateway.connection.GatewayConnectiongetConnection()Optional<String>getInstanceId()reactor.core.scheduler.SchedulergetScheduler()Consumer<Glue>getShutdownRequestListener()
-
-
-
Method Detail
-
getApplication
String getApplication()
-
getConnection
com.tick42.gateway.connection.GatewayConnection getConnection()
-
getScheduler
reactor.core.scheduler.Scheduler getScheduler()
-
-