public class LogShutDown
extends java.lang.Object
| Constructor and Description |
|---|
LogShutDown() |
| Modifier and Type | Method and Description |
|---|---|
static void |
logShutdown(java.lang.String shutdownPart,
oracle.pgx.common.util.function.RunnableWithException<? extends java.lang.Throwable> runnable) |
static <T> java.util.Optional<T> |
logShutdown(java.lang.String shutdownPart,
oracle.pgx.common.util.function.SupplierWithException<T,? extends java.lang.Throwable> runnable) |
public static void logShutdown(java.lang.String shutdownPart,
oracle.pgx.common.util.function.RunnableWithException<? extends java.lang.Throwable> runnable)
public static <T> java.util.Optional<T> logShutdown(java.lang.String shutdownPart,
oracle.pgx.common.util.function.SupplierWithException<T,? extends java.lang.Throwable> runnable)
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.