Uses of Interface
io.gridgo.core.Gateway
-
Packages that use Gateway Package Description io.gridgo.core io.gridgo.core.impl io.gridgo.core.support io.gridgo.core.support.impl io.gridgo.core.support.subscription -
-
Uses of Gateway in io.gridgo.core
Methods in io.gridgo.core that return Gateway Modifier and Type Method Description default GatewayGridgoContext. findGatewayMandatory(java.lang.String name) -
Uses of Gateway in io.gridgo.core.impl
Classes in io.gridgo.core.impl that implement Gateway Modifier and Type Class Description classAbstractGatewaySubscriptionclassDefaultGatewayMethods in io.gridgo.core.impl that return Gateway Modifier and Type Method Description GatewayAbstractGatewaySubscription. get()GatewayAbstractProcessor. withGateway(java.lang.String name)Methods in io.gridgo.core.impl that return types with arguments of type Gateway Modifier and Type Method Description java.util.Optional<Gateway>DefaultGridgoContext. closeGateway(java.lang.String name)java.util.Optional<Gateway>DefaultGridgoContext. findGateway(java.lang.String name) -
Uses of Gateway in io.gridgo.core.support
Methods in io.gridgo.core.support that return Gateway Modifier and Type Method Description GatewayRoutingContext. getCaller()Methods in io.gridgo.core.support that return types with arguments of type Gateway Modifier and Type Method Description java.util.Optional<Gateway>GatewayContainer. closeGateway(java.lang.String name)Close a gateway, stopping it from accepting or sending messages.java.util.Optional<Gateway>GatewayContainer. findGateway(java.lang.String name)Find a gateway by name. -
Uses of Gateway in io.gridgo.core.support.impl
Methods in io.gridgo.core.support.impl that return Gateway Modifier and Type Method Description GatewayDefaultRoutingContext. getCaller()Methods in io.gridgo.core.support.impl with parameters of type Gateway Modifier and Type Method Description protected abstract voidAbstractTransformableComponent. doHandle(Gateway target, RoutingContext rc)protected voidBridgeComponent. doHandle(Gateway target, RoutingContext rc)protected voidForwardComponent. doHandle(Gateway target, RoutingContext rc)protected voidSwitchComponent. doHandle(Gateway target, RoutingContext rc)protected voidAbstractTransformableComponent. handle(Gateway target, RoutingContext rc)protected abstract voidAbstractDirectionalComponent. startWithGateways(Gateway source, Gateway target)protected voidAbstractTransformableComponent. startWithGateways(Gateway source, Gateway target)Constructors in io.gridgo.core.support.impl with parameters of type Gateway Constructor Description DefaultRoutingContext(Gateway caller, io.gridgo.framework.support.Message msg, org.joo.promise4j.Deferred<io.gridgo.framework.support.Message,java.lang.Exception> deferred) -
Uses of Gateway in io.gridgo.core.support.subscription
Methods in io.gridgo.core.support.subscription that return Gateway Modifier and Type Method Description GatewayGatewaySubscription. get()Get the Gateway associated with this subscription.
-