Uses of Class
no.digipost.api.client.DigipostClientConfig
-
Packages that use DigipostClientConfig Package Description no.digipost.api.client no.digipost.api.client.internal no.digipost.api.client.internal.delivery -
-
Uses of DigipostClientConfig in no.digipost.api.client
Methods in no.digipost.api.client that return DigipostClientConfig Modifier and Type Method Description DigipostClientConfig
DigipostClientConfig.Builder. build()
Constructors in no.digipost.api.client with parameters of type DigipostClientConfig Constructor Description DigipostClient(DigipostClientConfig config, BrokerId brokerId, Signer signer)
DigipostClient(DigipostClientConfig config, BrokerId brokerId, Signer signer, org.apache.http.impl.client.HttpClientBuilder clientBuilder)
DigipostClient(DigipostClientConfig config, MessageDeliveryApi apiService, InboxApi inboxApiService, DocumentApi documentApi, ArchiveApi archiveApi, BatchApi batchApi, TagApi tagApi)
-
Uses of DigipostClientConfig in no.digipost.api.client.internal
Constructors in no.digipost.api.client.internal with parameters of type DigipostClientConfig Constructor Description ApiServiceImpl(DigipostClientConfig config, org.apache.http.impl.client.HttpClientBuilder httpClientBuilder, BrokerId brokerId, Signer signer)
-
Uses of DigipostClientConfig in no.digipost.api.client.internal.delivery
Constructors in no.digipost.api.client.internal.delivery with parameters of type DigipostClientConfig Constructor Description ArchiveDeliverer(DigipostClientConfig config, ArchiveApi apiService)
MessageDeliverer(DigipostClientConfig config, MessageDeliveryApi apiService)
MessageDeliverer(DigipostClientConfig config, MessageDeliveryApi apiService, no.digipost.api.client.internal.delivery.DocumentsPreparer documentsPreparer)
-