Package org.refcodes.servicebus
Interface ServiceMatcherAccessor
-
- All Known Subinterfaces:
ServiceMatcherAccessor.ServiceMatcherProperty
- All Known Implementing Classes:
AmbiguousServiceRuntimeException,NoMatchingServiceRuntimeException
public interface ServiceMatcherAccessorProvides an accessor for aServiceMatcherproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServiceMatcherAccessor.ServiceMatcherMutatorProvides a mutator for aServiceMatcherproperty.static interfaceServiceMatcherAccessor.ServiceMatcherPropertyProvides aServiceMatcherproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceMatcher<?>getServiceMatcher()Retrieves theServiceMatcherproperty from the property.
-
-
-
Method Detail
-
getServiceMatcher
ServiceMatcher<?> getServiceMatcher()
Retrieves theServiceMatcherproperty from the property.- Returns:
- Returns the
ServiceMatcherproperty stored by the property.
-
-