Uses of Interface
io.gridgo.core.GridgoContext
-
Packages that use GridgoContext Package Description io.gridgo.core io.gridgo.core.impl io.gridgo.core.support io.gridgo.core.support.impl io.gridgo.core.support.transaction -
-
Uses of GridgoContext in io.gridgo.core
Methods in io.gridgo.core that return GridgoContext Modifier and Type Method Description GridgoContextGridgoContext. attachComponent(ContextAwareComponent component)Attach a io.gridgo.core.support.ContextAwareComponent to this context.default GridgoContextGridgoContext. startGateway(java.lang.String name)default GridgoContextGridgoContext. stopGateway(java.lang.String name)Methods in io.gridgo.core with parameters of type GridgoContext Modifier and Type Method Description voidRoutingPolicyEnforcer. execute(RoutingContext rc, GridgoContext gc, org.joo.libra.PredicateContext context)voidProcessor. process(RoutingContext rc, GridgoContext gc) -
Uses of GridgoContext in io.gridgo.core.impl
Classes in io.gridgo.core.impl that implement GridgoContext Modifier and Type Class Description classDefaultGridgoContextMethods in io.gridgo.core.impl that return GridgoContext Modifier and Type Method Description GridgoContextDefaultGridgoContext. attachComponent(ContextAwareComponent component)GridgoContextDefaultGridgoContextBuilder. build()GridgoContextAbstractGatewaySubscription. getContext()GridgoContextAbstractProcessor. getContext()Methods in io.gridgo.core.impl with parameters of type GridgoContext Modifier and Type Method Description voidDefaultRoutingPolicyEnforcer. execute(RoutingContext rc, GridgoContext gc, org.joo.libra.PredicateContext context)voidAbstractPojoProcessor. process(RoutingContext rc, GridgoContext gc)protected voidAbstractPojoProcessor. processMulti(java.util.List<T> request, io.gridgo.framework.support.Message msg, org.joo.promise4j.Deferred<io.gridgo.framework.support.Message,java.lang.Exception> deferred, GridgoContext gc)protected voidAbstractPojoProcessor. processSingle(T request, io.gridgo.framework.support.Message msg, org.joo.promise4j.Deferred<io.gridgo.framework.support.Message,java.lang.Exception> deferred, GridgoContext gc)voidAbstractProcessor. setContext(GridgoContext context)Constructors in io.gridgo.core.impl with parameters of type GridgoContext Constructor Description AbstractGatewaySubscription(GridgoContext context, java.lang.String name)DefaultGateway(GridgoContext context, java.lang.String name) -
Uses of GridgoContext in io.gridgo.core.support
Methods in io.gridgo.core.support with parameters of type GridgoContext Modifier and Type Method Description voidContextAwareComponent. setContext(GridgoContext context)Constructors in io.gridgo.core.support with parameters of type GridgoContext Constructor Description ProcessorWrapper(GridgoContext gc, Processor processor) -
Uses of GridgoContext in io.gridgo.core.support.impl
Methods in io.gridgo.core.support.impl that return GridgoContext Modifier and Type Method Description GridgoContextAbstractDirectionalComponent. getContext()Methods in io.gridgo.core.support.impl with parameters of type GridgoContext Modifier and Type Method Description voidAbstractDirectionalComponent. setContext(GridgoContext context) -
Uses of GridgoContext in io.gridgo.core.support.transaction
Methods in io.gridgo.core.support.transaction that return GridgoContext Modifier and Type Method Description GridgoContextTransactionalProcessor. getContext()
-