@FunctionalInterface public interface FlinkResourceFactory
FlinkResource
implementations.Modifier and Type | Method and Description |
---|---|
Optional<FlinkResource> |
create()
Returns a
FlinkResource instance. |
Optional<FlinkResource> create()
FlinkResource
instance. If the instance could not be instantiated (for example, because a
mandatory parameter was missing), then an empty Optional
should be returned.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.