public class EventGenerator
class Generator
s for incoming/outgoing events to/from the WalletMonitorService. Internally it keeps track of owned
state/ref pairs, but it doesn't necessarily generate "correct" events!
class Generator
,
WalletMonitorServiceConstructor and Description |
---|
EventGenerator(java.util.List<net.corda.core.crypto.Party> parties,
Party notary,
java.util.List<java.util.Currency> currencies,
java.util.List<net.corda.core.crypto.Party> issuers)
class Generator s for incoming/outgoing events to/from the WalletMonitorService. Internally it keeps track of owned
state/ref pairs, but it doesn't necessarily generate "correct" events! |
Modifier and Type | Method and Description |
---|---|
Generator<net.corda.core.contracts.Amount> |
getAmountGenerator() |
Generator<net.corda.core.contracts.Amount> |
getAmountIssuedGenerator() |
Generator<net.corda.flows.CashFlowCommand.ExitCash> |
getBankOfCordaExitGenerator() |
Generator<net.corda.flows.CashFlowCommand.IssueCash> |
getBankOfCordaIssueGenerator() |
Generator<net.corda.core.contracts.StateAndRef> |
getCashStateGenerator() |
Generator<net.corda.flows.CashFlowCommand.PayCash> |
getClientCommandGenerator() |
Generator<java.util.Set> |
getConsumedGenerator() |
java.util.List<java.util.Currency> |
getCurrencies() |
Generator<java.util.Currency> |
getCurrencyGenerator() |
Generator<net.corda.flows.CashFlowCommand.ExitCash> |
getExitCashGenerator() |
Generator<net.corda.flows.CashFlowCommand.IssueCash> |
getIssueCashGenerator() |
Generator<net.corda.core.serialization.OpaqueBytes> |
getIssueRefGenerator() |
Generator<net.corda.core.contracts.Issued> |
getIssuedGenerator() |
Generator<net.corda.core.contracts.PartyAndReference> |
getIssuerGenerator() |
java.util.List<net.corda.core.crypto.Party> |
getIssuers() |
Generator<net.corda.flows.CashFlowCommand.PayCash> |
getMoveCashGenerator() |
Party |
getNotary() |
java.util.List<net.corda.core.crypto.Party> |
getParties() |
Generator<net.corda.core.crypto.Party> |
getPartyGenerator() |
Generator<java.util.Set> |
getProducedGenerator() |
Generator<net.corda.core.crypto.CompositeKey> |
getPublicKeyGenerator() |
public EventGenerator(java.util.List<net.corda.core.crypto.Party> parties, Party notary, java.util.List<java.util.Currency> currencies, java.util.List<net.corda.core.crypto.Party> issuers)
class Generator
s for incoming/outgoing events to/from the WalletMonitorService. Internally it keeps track of owned
state/ref pairs, but it doesn't necessarily generate "correct" events!
class Generator
,
WalletMonitorServicepublic Generator<net.corda.core.contracts.PartyAndReference> getIssuerGenerator()
public Generator<java.util.Currency> getCurrencyGenerator()
public Generator<net.corda.core.contracts.Issued> getIssuedGenerator()
public Generator<net.corda.core.contracts.Amount> getAmountIssuedGenerator()
public Generator<net.corda.core.crypto.CompositeKey> getPublicKeyGenerator()
public Generator<net.corda.core.crypto.Party> getPartyGenerator()
public Generator<net.corda.core.contracts.StateAndRef> getCashStateGenerator()
public Generator<java.util.Set> getConsumedGenerator()
public Generator<java.util.Set> getProducedGenerator()
public Generator<net.corda.core.serialization.OpaqueBytes> getIssueRefGenerator()
public Generator<net.corda.core.contracts.Amount> getAmountGenerator()
public Generator<net.corda.flows.CashFlowCommand.IssueCash> getIssueCashGenerator()
public Generator<net.corda.flows.CashFlowCommand.PayCash> getMoveCashGenerator()
public Generator<net.corda.flows.CashFlowCommand.ExitCash> getExitCashGenerator()
public Generator<net.corda.flows.CashFlowCommand.PayCash> getClientCommandGenerator()
public Generator<net.corda.flows.CashFlowCommand.ExitCash> getBankOfCordaExitGenerator()
public Generator<net.corda.flows.CashFlowCommand.IssueCash> getBankOfCordaIssueGenerator()
public java.util.List<net.corda.core.crypto.Party> getParties()
public Party getNotary()
public java.util.List<java.util.Currency> getCurrencies()
public java.util.List<net.corda.core.crypto.Party> getIssuers()