{
throw new EventAdapterException("Event type by name '" + mapeventTypeName + "' is not a Map event type");
}
MapEventType mapEventType = (MapEventType) type;
mapEventType.addAdditionalProperties(typeMap, this);
}
public EventSender getDynamicTypeEventSender(EPRuntimeEventSender epRuntime, URI[] uri, ThreadingService threadingService) throws EventTypeException
{
List<EventSenderURIDesc> handlingFactories = new ArrayList<EventSenderURIDesc>();