Uses of Interface
org.smallmind.phalanx.wire.WiredService
-
Packages that use WiredService Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.amqp.rabbitmq org.smallmind.phalanx.wire.jms org.smallmind.phalanx.wire.mock -
-
Uses of WiredService in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire 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.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.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.jms
Methods in org.smallmind.phalanx.wire.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.mock
Methods in org.smallmind.phalanx.wire.mock with parameters of type WiredService Modifier and Type Method Description StringMockResponseTransport. register(Class<?> serviceInterface, WiredService targetService)
-