ApplicationMetaData applicationMetaData,
DispatchAsync dispatcher,
HandlerListManager handlerListManager) {
super(type, applicationMetaData);
this.type = type;
loggerBridge = new EntityToDmrBridgeImpl(applicationMetaData, type, this, dispatcher);
this.handlerListManager = handlerListManager;
}