FIT-Connect Java-SDK Examples
This module provides examples for all basic sdk features and shows how they can be used.
- Official Java SDK Docs
- Documentation, on how to set up a destination
- Self-Service-Portal of the test environment: (for the login you need a gitlab- or github-account)
All examples can be executed by providing your credentials via a config.
Overview
- Providing a config → ApplicationConfigExample
- Sending submissions → SenderExample
- Subscribing to submissions → SubscriberExample
- Sending and receiving replies for submissions → ReplyExample
- Validating Callbacks from you HTTP Callback Response data → CallbackValidationExample