EventStoreServer class abstract

Implementers

Constructors

EventStoreServer({required EventStoreImage image, required bool secure, required int grpcPort, required int gossipPort, required bool withTestData, required String hostCertificatePath})

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited
verifyCertificatesExist() → void

Operators

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