Uses of Interface
org.smallmind.phalanx.wire.transport.WiredService
Packages that use WiredService
Package
Description
-
Uses of WiredService in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type WiredServiceModifier and TypeMethodDescriptionResponseTransport.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 WiredServiceModifier and TypeMethodDescriptionRabbitMQResponseTransport.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 WiredServiceModifier and TypeMethodDescriptionJmsResponseTransport.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 WiredServiceModifier and TypeMethodDescriptionMockResponseTransport.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 WiredServiceModifier and TypeMethodDescriptionRestResponseTransport.register(Class<?> serviceInterface, WiredService targetService)