Package | Description |
---|---|
net.messagevortex | |
net.messagevortex.accounting |
Contains classes required to do accounting.
|
net.messagevortex.blender |
contains blender layer related classes.
|
net.messagevortex.router |
Modifier and Type | Method and Description |
---|---|
Accountant |
MessageVortexRouting.getAccountant() |
Accountant |
MessageVortexAccounting.getAccountant()
Gets the currently set accountant.
|
static Accountant |
MessageVortexRepository.getAccountant(String uid,
String id)
Get the accountant specified in the named configuration section.
|
Accountant |
MessageVortexRouting.setAccountant(Accountant accountant)
Specifies the accounting layer to be used.
|
Accountant |
MessageVortexAccounting.setAccountant(Accountant accountant)
set the accountant in charge off the workspace.
|
Modifier and Type | Method and Description |
---|---|
Accountant |
MessageVortexRouting.setAccountant(Accountant accountant)
Specifies the accounting layer to be used.
|
Accountant |
MessageVortexAccounting.setAccountant(Accountant accountant)
set the accountant in charge off the workspace.
|
static void |
MessageVortexRepository.setAccountant(String uid,
String id,
Accountant a)
Set the accountant specified in the named configuration section.
|
Constructor and Description |
---|
MessageVortexAccounting(Accountant accountant) |
MessageVortexRouting(Accountant accountant,
BlendingSender routingSender) |
Modifier and Type | Class and Description |
---|---|
class |
DummyAccountant
A dummy accountant always agreeing to all transactions.
|
Constructor and Description |
---|
InitialRecipesBlender(String identity,
BlendingReceiver router,
IdentityStore identityStore,
Accountant acc)
Creates a passthru blender which abstracts a local transport media.
|
Modifier and Type | Method and Description |
---|---|
Accountant |
SimpleRouterImplementation.getAccountant() |
Accountant |
Router.getAccountant()
Get the currently set accounting layer.
|
Accountant |
SimpleRouterImplementation.setAccountant(Accountant accountant) |
Accountant |
Router.setAccountant(Accountant accountant)
Sets the accounting layer for the router layer.
|
Modifier and Type | Method and Description |
---|---|
Accountant |
SimpleRouterImplementation.setAccountant(Accountant accountant) |
Accountant |
Router.setAccountant(Accountant accountant)
Sets the accounting layer for the router layer.
|
Copyright © 2023. All rights reserved.