Class GooglePubSub
- java.lang.Object
-
- software.tnb.common.service.Service<GoogleCloudAccount,PubSubClients,PubSubValidation>
-
- software.tnb.google.cloud.pubsub.service.GooglePubSub
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
@AutoService(GooglePubSub.class) public class GooglePubSub extends Service<GoogleCloudAccount,PubSubClients,PubSubValidation>
-
-
Field Summary
-
Fields inherited from class software.tnb.common.service.Service
account, client, validation
-
-
Constructor Summary
Constructors Constructor Description GooglePubSub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)protected PubSubClientsclient()-
Methods inherited from class software.tnb.common.service.Service
account, validation
-
-
-
-
Method Detail
-
afterAll
public void afterAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
beforeAll
public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Exception- Throws:
Exception
-
client
protected PubSubClients client()
- Overrides:
clientin classService<GoogleCloudAccount,PubSubClients,PubSubValidation>
-
-