
com.atlan.model.core.AtlanEventStreamResponseInterface Maven / Gradle / Ivy
/* SPDX-License-Identifier: Apache-2.0
Copyright 2022 Atlan Pte. Ltd. */
package com.atlan.model.core;
import com.atlan.net.AtlanEventStreamResponse;
public interface AtlanEventStreamResponseInterface {
AtlanEventStreamResponse getLastResponse();
void setLastResponse(AtlanEventStreamResponse response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy