public abstract class AbstractMailboxRecordsServiceTests<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MailboxReplicaRootDescriptor |
mboxDescriptor |
protected java.lang.String |
mboxUniqueId |
protected java.lang.String |
partition |
protected io.vertx.core.Vertx |
vertx |
Constructor and Description |
---|
AbstractMailboxRecordsServiceTests() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
protected abstract IDbMessageBodies |
getBodies(SecurityContext ctx) |
protected abstract T |
getService(SecurityContext ctx) |
protected io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> |
openResource(java.lang.String path) |
protected java.lang.String mboxUniqueId
protected java.lang.String partition
protected MailboxReplicaRootDescriptor mboxDescriptor
protected io.vertx.core.Vertx vertx
protected io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> openResource(java.lang.String path)
public void before() throws java.lang.Exception
java.lang.Exception
public void after() throws java.lang.Exception
java.lang.Exception
protected abstract T getService(SecurityContext ctx)
protected abstract IDbMessageBodies getBodies(SecurityContext ctx)
Copyright © 2021. All Rights Reserved.