Package | Description |
---|---|
net.messagevortex | |
net.messagevortex.blender |
contains blender layer related classes.
|
net.messagevortex.router |
Modifier and Type | Method and Description |
---|---|
static Blender |
MessageVortexRepository.getBlender(String uid,
String id)
Get the blender specified in the named configuration section.
|
Modifier and Type | Method and Description |
---|---|
static void |
MessageVortexRepository.setBlender(String uid,
String id,
Blender a)
Set the blender specified in the named configuration section.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyBlender
This Dummy blender supports only plain blending without an offset.
|
class |
F5Blender
This Dummy blender supports only plain blending without an offset.
|
class |
InitialRecipesBlender |
class |
SmtpBlender |
Modifier and Type | Method and Description |
---|---|
List<Blender> |
SimpleRouterImplementation.getAllBlendingLayer() |
List<Blender> |
Router.getAllBlendingLayer()
Get a list of all currently known blender layers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleRouterImplementation.addBlendingLayer(Blender blendingLayer) |
boolean |
Router.addBlendingLayer(Blender blendingLayer)
Adds a blender layer to the router infrastructure.
|
boolean |
SimpleRouterImplementation.removeBlendingLayer(Blender blendingLayer) |
boolean |
Router.removeBlendingLayer(Blender blendingLayer)
Removes a previously added blender layer.
|
Copyright © 2023. All rights reserved.