Package net.corda.schema
Class Schemas
-
- All Implemented Interfaces:
public final class Schemas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Schemas.AvroSchema
Avro Schema Repository topic schema
public final class
Schemas.Config
Config read topic schema.
public final class
Schemas.Crypto
Crypto topic schema.
public final class
Schemas.Flow
Flow event topic schema.
public final class
Schemas.Services
Corda services topic schema.
public final class
Schemas.Membership
Membership topic schema.
public final class
Schemas.Certificates
public final class
Schemas.P2P
P2P topic schema.
public final class
Schemas.Permissions
Permissions message schema.
public final class
Schemas.Rest
Rest message schema.
public final class
Schemas.VirtualNode
Virtual node schema.
public final class
Schemas.ScheduledTask
-
Field Summary
Fields Modifier and Type Field Description public final static String
TOPIC_NAME
public final static String
NUM_PARTITIONS
public final static String
REPLICATION_FACTOR
public final static String
TOPIC_CONFIG
-
Method Summary
Modifier and Type Method Description static String
getDLQTopic(@NotNull() String topic)
static String
getStateAndEventStateTopic(@NotNull() String topic)
static String
getRPCResponseTopic(@NotNull() String topic)
-
-
Method Detail
-
getDLQTopic
@NotNull() static String getDLQTopic(@NotNull() String topic)
- Returns:
The dlq topic for the given topic.
-
getStateAndEventStateTopic
@NotNull() static String getStateAndEventStateTopic(@NotNull() String topic)
- Returns:
The state and event state topic.
-
getRPCResponseTopic
@NotNull() static String getRPCResponseTopic(@NotNull() String topic)
- Returns:
The RPC response topic.
-
-
-
-