public interface Router extends BlendingReceiver, RunningDaemon
Modifier and Type | Method and Description |
---|---|
boolean |
addBlendingLayer(Blender blendingLayer)
Adds a blender layer to the router infrastructure.
|
Accountant |
getAccountant()
Get the currently set accounting layer.
|
List<Blender> |
getAllBlendingLayer()
Get a list of all currently known blender layers.
|
boolean |
removeBlendingLayer(Blender blendingLayer)
Removes a previously added blender layer.
|
Accountant |
setAccountant(Accountant accountant)
Sets the accounting layer for the router layer.
|
gotMessage
shutdownDaemon, startDaemon, stopDaemon
boolean addBlendingLayer(Blender blendingLayer)
Adds a blender layer to the router infrastructure.
blendingLayer
- the blender layer to be addedboolean removeBlendingLayer(Blender blendingLayer)
Removes a previously added blender layer.
blendingLayer
- the blender layer to be removedList<Blender> getAllBlendingLayer()
Get a list of all currently known blender layers.
Accountant setAccountant(Accountant accountant)
Sets the accounting layer for the router layer.
accountant
- the accounting layer to be usedAccountant getAccountant()
Get the currently set accounting layer.
Copyright © 2023. All rights reserved.