public interface ProcessorContext
Processor
. This defines
certain resources that are not part of the Processor
,
but are needed in order to implement it, and may vary between
deployments.Modifier and Type | Method and Description |
---|---|
void |
addValidator(AcceptValidator theValidator)
Adds a new validator to the list of those returned by
getValidators() . |
TransportLayer |
getLocallyDrivenTransportLayer() |
List<String> |
getMetadataFields()
Returns the list of fields that are to be included as metadata whenever a
Message
is converted to a Transportable . |
TransportLayer |
getRemotelyDrivenTransportLayer() |
ApplicationRouter |
getRouter() |
SafeStorage |
getSafeStorage() |
AcceptValidator[] |
getValidators() |
ApplicationRouter getRouter()
Application
TransportLayer getRemotelyDrivenTransportLayer()
TransportLayer getLocallyDrivenTransportLayer()
AcceptValidator[] getValidators()
void addValidator(AcceptValidator theValidator)
getValidators()
.theValidator
- the validator to addSafeStorage getSafeStorage()
List<String> getMetadataFields()
Message
is converted to a Transportable
. Each field is a String Terser
path.theMetadataFields
- list of Terser
paths of metadata fieldsCopyright © 2001–2017 University Health Network. All rights reserved.