Interface OciAutonomousDb


  • @Deprecated(since="2.5.0",
                forRemoval=true)
    public interface OciAutonomousDb
    Deprecated, for removal: This API element is subject to removal in a future version.
    OCI SDK instead
    Blocking OCI ATP API. All methods block the current thread. This implementation is not suitable for reactive programming. Use OciAutonomousDbRx in reactive code.
    • Method Detail

      • create

        static OciAutonomousDb create​(OciAutonomousDbRx reactive)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Create a blocking ATP integration from its reactive counterpart. When running within an injection capable environment (such as CDI), instances of this class can be injected.
        Parameters:
        reactive - reactive OCI ATP
        Returns:
        blocking OCI ATP