EventStoreServerSingleNode class

Inheritance

Constructors

EventStoreServerSingleNode(EventStoreImage image, {bool secure = false, bool withTestData = false, int grpcPort = Defaults.GrpcPort, int gossipPort = Defaults.GossipPort, String hostCertificatePath = 'certs'})

Properties

gossipPort int
finalinherited
grpcPort int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hostCertificatePath String
finalinherited
image EventStoreImage
finalinherited
logger → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool
finalinherited
withTestData bool
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start({bool verbose = false, bool enableGossip = false, bool? startSystemProjections, String name = 'eventstore-db', String runProjections = 'none', Map<String, String> environment = const {}}) Future<void>
override
stop({String name = 'eventstore-db'}) Future<void>
override
toString() String
A string representation of this object.
inherited
verifyCertificatesExist() → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited