Uses of Interface
org.smallmind.phalanx.wire.transport.WiredService
-
-
Uses of WiredService in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type WiredService Modifier and Type Method Description StringResponseTransport. register(Class<?> serviceInterface, WiredService targetService)voidWireInvocationCircuit. register(Class<?> serviceInterface, WiredService targetService) -
Uses of WiredService in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WiredService Modifier and Type Method Description StringRabbitMQResponseTransport. register(Class<?> serviceInterface, WiredService targetService) -
Uses of WiredService in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type WiredService Modifier and Type Method Description StringJmsResponseTransport. register(Class<?> serviceInterface, WiredService targetService) -
Uses of WiredService in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type WiredService Modifier and Type Method Description StringMockResponseTransport. register(Class<?> serviceInterface, WiredService targetService) -
Uses of WiredService in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type WiredService Modifier and Type Method Description StringRestResponseTransport. register(Class<?> serviceInterface, WiredService targetService)
-