blob: 12619b204ae99348d9c3490c8ffbbb502ead1bf6 [file] [log] [blame]
/*
* Copyright (c) 2021 Kentyou.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Kentyou - initial API and implementation
*/
package org.eclipse.sensinact.gateway.historic.storage.reader.api;
public interface HistoricRequestHandler {
HistoricTemporalRequest newTemporalRequest();
HistoricSpatialRequest newSpatialRequest();
HistoricSpatioTemporalRequest newSpatioTemporalRequest();
}