Uses of Class
no.digipost.api.client.DigipostClientConfig
Packages that use DigipostClientConfig
Package
Description
-
Uses of DigipostClientConfig in no.digipost.api.client
Methods in no.digipost.api.client that return DigipostClientConfigConstructors in no.digipost.api.client with parameters of type DigipostClientConfigModifierConstructorDescriptionDigipostClient
(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, SharedDocumentsApi sharedDocumentsApi) -
Uses of DigipostClientConfig in no.digipost.api.client.internal
Constructors in no.digipost.api.client.internal with parameters of type DigipostClientConfigModifierConstructorDescriptionApiServiceImpl
(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 DigipostClientConfigModifierConstructorDescriptionArchiveDeliverer
(DigipostClientConfig config, ArchiveApi apiService) MessageDeliverer
(DigipostClientConfig config, MessageDeliveryApi apiService) MessageDeliverer
(DigipostClientConfig config, MessageDeliveryApi apiService, no.digipost.api.client.internal.delivery.DocumentsPreparer documentsPreparer)