Uses of Interface
com.tick42.glue.Glue
-
Packages that use Glue Package Description com.tick42.glue.core The core API for Glue.com.tick42.glue.internal Internal implementation details. -
-
Uses of Glue in com.tick42.glue.core
Method parameters in com.tick42.glue.core with type arguments of type Glue Modifier and Type Method Description BGlueApplication.Builder. withShutdownRequestListener(Consumer<Glue> shutDownRequestListener)Set shutdown listener. -
Uses of Glue in com.tick42.glue.internal
Classes in com.tick42.glue.internal that implement Glue Modifier and Type Class Description classTick42GlueMethods in com.tick42.glue.internal that return types with arguments of type Glue Modifier and Type Method Description Consumer<Glue>InternalContext. getShutdownRequestListener()Method parameters in com.tick42.glue.internal with type arguments of type Glue Modifier and Type Method Description Tick42Glue.BuilderTick42Glue.Builder. withShutdownRequestListener(Consumer<Glue> shutdownRequestListener)
-