public abstract class AbstractMailboxRecordsServiceTests<T>
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
dom  | 
protected MailboxReplicaRootDescriptor | 
mboxDescriptor  | 
protected java.lang.String | 
mboxUniqueId  | 
protected java.lang.String | 
mboxUniqueId2  | 
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 mboxUniqueId2
protected java.lang.String partition
protected MailboxReplicaRootDescriptor mboxDescriptor
protected java.lang.String dom
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.Exceptionpublic void after()
           throws java.lang.Exception
java.lang.Exceptionprotected abstract T getService(SecurityContext ctx)
protected abstract IDbMessageBodies getBodies(SecurityContext ctx)
Copyright © 2023. All Rights Reserved.