![]() | ConfigurationCommon Properties |
The ConfigurationCommon type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationImports |
Returns the annotation imports
|
![]() | DatabaseReferences |
Returns the database names
|
![]() | EventMeta |
Returns event representation default settings.
|
![]() | EventTypeAutoNameNamespaces |
Returns a set of namespaces that event classes reside in.
This setting allows an application to place all it's events into one or more namespaces
and then declare these packages via this method. The runtime
attempts to resolve an event type name to a type residing in each declared package.
For example, in the statement "select * from MyEvent" the runtime attempts to load class "namespace.MyEvent"
and if successful, uses that class as the event type.
|
![]() | EventTypeNames |
Returns the mapping of event type name to type name.
|
![]() | EventTypesAvro |
Returns the Avro event types.
|
![]() | EventTypesBean |
Returns the mapping of event type name to legacy java event type information.
|
![]() | EventTypesMapEvents |
Returns a map keyed by event type name, and values being the definition for the
Map event type of the property names and types that make up the event.
|
![]() | EventTypesNestableMapEvents |
Returns a map keyed by event type name, and values being the definition for the
event type of the property names and types that make up the event,
for nestable, strongly-typed Map-based event representations.
|
![]() | EventTypesNestableObjectArrayEvents |
Returns the object-array event types.
|
![]() | EventTypesXMLDOM |
Returns the mapping of event type name to XML DOM event type information.
|
![]() | Execution |
Returns the execution settings.
|
![]() | Imports |
Returns the imports
|
![]() | Logging |
Returns logging settings applicable to common.
|
![]() | MapTypeConfigurations |
Returns for each Map event type name the set of supertype event type names (Map types only).
|
![]() | MethodInvocationReferences |
Returns the method-invocation-names for use in joins
|
![]() | ObjectArrayTypeConfigurations |
Returns the object-array event type configurations.
|
![]() | TimeSource |
Returns the time source configuration.
|
![]() | TransientConfiguration |
Returns transient configuration, i.e. information that is passed along as a reference and not as a value
|
![]() | Variables |
Returns the preconfigured variables
|
![]() | VariantStreams |
Returns a map of variant stream name and variant configuration information. Variant streams allows handling
events of all sorts of different event types the same way.
|