Uses of Interface
org.smallmind.phalanx.wire.ParameterExtractor
Packages that use ParameterExtractor
-
Uses of ParameterExtractor in org.smallmind.phalanx.wire
Classes in org.smallmind.phalanx.wire that implement ParameterExtractorConstructors in org.smallmind.phalanx.wire with parameters of type ParameterExtractorModifierConstructorDescriptionWireInvocationHandler(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor) -
Uses of ParameterExtractor in org.smallmind.phalanx.wire.spring
Methods in org.smallmind.phalanx.wire.spring with parameters of type ParameterExtractorModifier and TypeMethodDescriptionstatic ProxyWireProxyFactory.generateProxy(RequestTransport transport, int version, String serviceName, Class<?> serviceInterface, ParameterExtractor<String> serviceGroupExtractor, ParameterExtractor<String> instanceIdExtractor, ParameterExtractor<Long> timeoutExtractor) voidWireProxyFactoryBean.setInstanceIdExtractor(ParameterExtractor<String> instanceIdExtractor) voidWireProxyFactoryBean.setServiceGroupExtractor(ParameterExtractor<String> serviceGroupExtractor) voidWireProxyFactoryBean.setTimeoutExtractor(ParameterExtractor<Long> timeoutExtractor)