Package org.refcodes.servicebus
Interface ServiceMatcherAccessor.ServiceMatcherMutator
-
- All Known Subinterfaces:
ServiceMatcherAccessor.ServiceMatcherProperty
- Enclosing interface:
- ServiceMatcherAccessor
public static interface ServiceMatcherAccessor.ServiceMatcherMutatorProvides a mutator for aServiceMatcherproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetServiceMatcher(ServiceMatcher<?> aServiceMatcher)Sets theServiceMatcherproperty for the property.
-
-
-
Method Detail
-
setServiceMatcher
void setServiceMatcher(ServiceMatcher<?> aServiceMatcher)
Sets theServiceMatcherproperty for the property.- Parameters:
aServiceMatcher- TheServiceMatcherproperty to be stored by the property.
-
-